GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / SetFormFieldDoNotSpellCheck Method





In This Topic
SetFormFieldDoNotSpellCheck Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function SetFormFieldDoNotSpellCheck( _
   ByVal FieldId As Integer, _
   ByVal SpellCheck As Boolean _
) As GdPictureStatus
public GdPictureStatus SetFormFieldDoNotSpellCheck( 
   int FieldId,
   bool SpellCheck
)
public function SetFormFieldDoNotSpellCheck( 
    FieldId: Integer;
    SpellCheck: Boolean
): GdPictureStatus; 
public function SetFormFieldDoNotSpellCheck( 
   FieldId : int,
   SpellCheck : boolean
) : GdPictureStatus;
public: GdPictureStatus SetFormFieldDoNotSpellCheck( 
   int FieldId,
   bool SpellCheck
) 
public:
GdPictureStatus SetFormFieldDoNotSpellCheck( 
   int FieldId,
   bool SpellCheck
) 

Parameters

FieldId
SpellCheck
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members